@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	color: #3a3a3a;
	line-height: 1.25;
}

a {text-decoration: none;}


.page { position: relative; margin: 0 auto; max-width: 100%;}

.page {
    display: grid;
    background-color: white;
    grid-template-areas: 
    "top_bar"
    "header"
    "breadcrumbs"
    "productcategory"
    "related"
    "footer"
    ;
    margin: 0;
}

.top_bar {
    grid-area: top_bar;
    width: 100%;
	height: 30px; 
    background: #5f5d36;
    color: #fff;
}

.top_bar .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
}
.top_bar .content p {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
}
.top_bar p a {
    color: white;
}


header {
    grid-area: header;
    position: relative;	
    height: 209px;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
}

.logo_area {
    min-height: 159px;
}

.logo_area .content {
    display: flex;
}

.logo {flex: 0 0 30%; }

.infobox {
    flex: 0 0 70%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textbox {
    width: 100%;
    text-align: center;
    position: relative;
    top: -10px;
    color: #3a3a3a;
    font-size: 0.85em;
}

.textbox a {
    color: #5d5d5d;
}

i.fa-solid.fa-phone {
    color: #5d5d5d;
}

.textbox > span {margin-right: 10px;}
.textbox > span:nth-child(2) {margin-right: 10px;}

.search {display: flex; align-items: center;}

.navigation {
    height: 50px;
    background-color: #00511e;
    width: 100%;
}

.content {
	margin: 0 auto;
	max-width: 1170px;
	box-sizing: border-box;
}

.navigation > .content { 
    max-width: 100%;
    position: relative; 
    padding: 0; 
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    padding: 0 28px 0 19px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
}


.breadcrumbs {
    grid-area: breadcrumbs;
    margin: 15px 0;
    font-size: 0.8em;
}

ol.breadcrumb {
    list-style: none;
    padding: 0;
}

li.breadcrumb-item {
    display: inline;
    font-size: 1em;
}

li.breadcrumb-item :after {
    content: " /\00a0";
}

.product_category {
    grid-area: productcategory;
}


.flexbox_container  {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 20px 0;
}

.flexbox_container:not(:first-of-type) {
    padding: 50px 0;
}

.image  {
    flex: 0 1 35%;
    margin-right: 20px;
    display: flex;
    background-color: red;
}

.image img {
    max-width: 100%;
    max-height: 250px;
    margin: auto;
}



.description {
    flex: 0 1 65%;
    border: 1px solid red;
}

.related {
    grid-area: related;
    margin: 50px 0 100px 0;
}

footer {
    grid-area: footer;
    position: relative;
    background-color: rgb(53, 53, 53);
    color: rgb(187, 187, 187);
    font-size: 0.7em;
    text-align: center;
    padding: 20px;
}

.ccm-block-page-list-title > a {
    padding-left: 215px;
    margin-left: -215px;
    padding-bottom: 174px;
    color: #3a3a3a;
}



.ccm-block-page-list-page-entry-horizontal {
    /* border: 1px solid blue; */
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    max-width: none;
    width: 195px;
}


.ccm-block-page-list-page-entry-horizontal {      
    transition: 0.3s;
    }

    .ccm-block-page-list-page-entry-horizontal:hover {      
        background-color: rgb(189 187 187 / 20%);
        box-shadow: 0px 7px 8px 1px rgba(0,0,0,0.19);
        -webkit-box-shadow: 0px 7px 8px 1px rgba(0,0,0,0.19);
        -moz-box-shadow: 0px 7px 8px 1px rgba(0,0,0,0.19);
        }

div.ccm-block-page-list-page-entry, div.ccm-block-page-list-page-entry-horizontal {
    margin-bottom: 10px;
    padding: 10px 0;
}

/*Search Box Styling*/
input.ccm-search-block-text {
    height: 44px;
    line-height: 11px;
    border: 1px solid #00511e;
    font-size: 1em;
}

input.btn.btn-secondary.ccm-search-block-submit {
    visibility: hidden;
}



/* 
                     _ _                                     
                    | (_)                                    
  _ __ ___   ___  __| |_  __ _    __ _ _   _  ___ _ __ _   _ 
 | '_ ` _ \ / _ \/ _` | |/ _` |  / _` | | | |/ _ \ '__| | | |
 | | | | | |  __/ (_| | | (_| | | (_| | |_| |  __/ |  | |_| |
 |_| |_| |_|\___|\__,_|_|\__,_|  \__, |\__,_|\___|_|   \__, |
                                    | |                 __/ |
                                    |_|                |___/ 
*/
@media screen and (max-width: 974px) {

    .wsmobileheader.clearfix {
        /* border: 1px solid red; */
        min-height: 78px;
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
    }
    
    header {
        height: 66px;
        background-color: #fff;
    }
    .logo_area {
        height: 159px;
    }
    .logo_area .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .infobox {
        display: none;
    }
    .logo {
        flex: 0 0 auto; 
        z-index: 999;
    }

    .logo img {
        display: none;
    }

    .navigation {visibility: hidden;}

    .product_category .content {
        padding: 10px;
    }

    .breadcrumbs {
        margin: 0;
    }
    .breadcrumbs .content {
        padding: 10px;
        
    }
    .flexbox_container  {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        
    }
    
    .image  {
        flex: 0 1 100%;
        border: 1px solid green;
        
    }

    .image img {
        max-width: 100%;
        height: auto;
    }
    
    .description {
        flex: 0 1 100%;
        border: 1px solid green;
        margin: 20px 20px 20px 0;
        font-size: 0.9em;
    }

    .related .content {
        padding: 10px;
        border: 1px solid black;
        
    }


}